home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3rmpsig.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_RENDERMATPROPSIGTRAP_H = 1;
- include("real/raytr/r3rmpbm.js")
-
-
- var R3CLID_RMPSIGNALTRAP = 1556;
-
-
-
-
- R3RMPSIA_Width = 1556500;
- function SetR3RMPSIA_Width(value) {
- R3Set(this.r3obj, R3RMPSIA_Width, value, R3TID_INTEGER, 0);
- }
-
- function GetR3RMPSIA_Width() {
- return R3Get(this.r3obj, R3RMPSIA_Width, R3TID_INTEGER, 0);
- }
-
- R3RMPSIA_Height = 1556501;
- function SetR3RMPSIA_Height(value) {
- R3Set(this.r3obj, R3RMPSIA_Height, value, R3TID_INTEGER, 0);
- }
-
- function GetR3RMPSIA_Height() {
- return R3Get(this.r3obj, R3RMPSIA_Height, R3TID_INTEGER, 0);
- }
-
- R3RMPSIA_RGB = 1556502;
- function SetR3RMPSIA_RGB(value) {
- R3Set(this.r3obj, R3RMPSIA_RGB, value, R3TID_OBJECT, 0);
- }
-
- function GetR3RMPSIA_RGB() {
- return R3ToJS(R3Get(this.r3obj, R3RMPSIA_RGB, R3TID_OBJECT, 0));
- }
-
- R3RMPSIA_Capture = 1556503;
- function SetR3RMPSIA_Capture(value) {
- R3Set(this.r3obj, R3RMPSIA_Capture, value, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Rmpsignaltrap () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_RMPSIGNALTRAP, arguments);
- }
- // Attributes
- this.GetWidth=GetR3RMPSIA_Width;
- this.SetWidth=SetR3RMPSIA_Width;
- this.GetHeight=GetR3RMPSIA_Height;
- this.SetHeight=SetR3RMPSIA_Height;
- this.GetRGB=GetR3RMPSIA_RGB;
- this.SetRGB=SetR3RMPSIA_RGB;
- this.SetCapture=SetR3RMPSIA_Capture;
- }
-
- r3Rmpsignaltrap.prototype=new r3Rmpbitmap;
- // r3rmpsig.h_H